home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / serial / mdm.000 / mdm / README < prev    next >
Text File  |  1992-12-06  |  2KB  |  84 lines

  1. Linux Modem SERVER version 0.04 Alpha
  2.  
  3. Please read COPYING for more details on the licence of this product.
  4.  
  5. This is a Testing PRE Release of my modem server.
  6.  
  7. **PLEASE** DON'T send this out with any changes, send me patch
  8. files if you fix or modify anything, and I will release
  9. it with your patches, and recognition of the patch.
  10.  
  11. It is designed to do what uugetty does not.
  12.  
  13. Compiling and Installation
  14.  
  15. just type 
  16. make install
  17.  
  18. To make the program, and install the files.
  19.  
  20. I use GCC 2.2.2d, with 0.98pl0 kernal.
  21.  
  22. If you have a very early kernal (Earlier than 0.97pl4 I think)
  23. you will need to take out -DCMGET, as the kernal does not
  24. support the TIOCMGET ioctl call to get and set CD, and DTR.
  25.  
  26. Edit the Makefile to select what log file you want to use
  27. and if you want device logging.
  28.  
  29. -DDEBUG will send a lot of information to the logfile and
  30. the logging device, but is recommended until you are sure
  31. everything is working.
  32.  
  33. There are a few config files that are used, the main GLOBAL
  34. configuration fileis in /etc/default/modem.
  35.  
  36. It is used for all lines, unless a seperate config file is present
  37. which will overide any options.
  38. Have a look at this file for details of the options.
  39.  
  40. To make a seperate config for a different tty, just make a tty?? file
  41. in the /etc/default directory with the overiding commands in it.
  42.  
  43. an example is in /etc/default/ttys1
  44.  
  45. Which is loaded for the modem server on ttys1
  46.  
  47. Command line parameters :-
  48.  
  49. /etc/modem tty speed login
  50.  
  51. eg:
  52.  
  53. /etc/modem ttys1 2400 bbs
  54.  
  55. This will Initialise the modem at 2400 baud. (Configuration files
  56. can override this option). and will login as BBS when connected.
  57. If you leave the login option blank, it will execute login
  58. to allow the user to login as normal.
  59.  
  60. FEATURES:
  61.  
  62. *EASY* config files.
  63. Specifically for HAYES compatable intelligent modems.
  64. Monitors carrier to make sure Child has quit when carrier
  65. is lost.
  66. Fully UUCP aware, will allow UUCP or EMSI mailers to dial out
  67. correctly, and also allows Termial Packages to use the line.
  68. (Eg Xcomm).
  69. Uses standard UUCP lockfiles.
  70.  
  71. Coming soon :-
  72.  
  73. Option to make it shut the speaker up at certain times..
  74. Send a "WAKEUP" to the modem ever half an hour or so..
  75. (Eg AT|) to make sure the modem has not died.
  76. correct utmp updating.
  77. adding mtmp for keeping the current speed/rel of a connected tty.
  78. probably plenti of other nice things...
  79.  
  80. If you have any probs, additions, fixes mail me
  81. at  :-
  82.  
  83. arumble@extro.ucc.su.oz.au
  84.